ps -ef |grep 8081|grep tomcat | awk '{print $2}'|xargs kill -9
← bash-competion命令补全 linux下locate(mlocate)的使用 →